IStorageEntityList

StockSharp.Algo.Storages

The interface for presentation in the form of list of trade objects, received from the external storage.

Реализует: INotifyList<T>, INotifyCollection<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IList<T>, ISynchronizedCollection<T>, ISynchronizedCollection, ISynchronizable

Свойства

Cache : T[]

Cached items.

Методы

ReadById(object) : T

To load the trading object by identifier.

id
Identifier.

Возвращает: The trading object. If the object was not found by identifier, will be returned.

Save(T)

To save the trading object.

entity
The trading object.